text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

Git 與 GitHub

Git 與 GitHub

【Day05】Youtube GUI 下載程式

【Day05】Youtube GUI 下載程式

ConQuest計分檔的分割函數

ConQuest計分檔的分割函數


Comments